home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batman.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1988-07-20  |  271b  |  8 lines

  1. echo OFF
  2. batman file(file-a.bm)
  3. if errorlevel 1 goto yes
  4. batman fore(lightred) goto(26,23) song(2) write(Well, I don't like you either!!!) file(file-b.bm)
  5. goto done
  6. :yes
  7. batman fore(yellow) goto(26,23) song(3) write(BATAMAN likes you too!!!) file(file-b.bm)
  8. :done